[close #528] add workflows to check staleness and PR title#529
Merged
zz-jason merged 4 commits intotikv:masterfrom Feb 21, 2022
Merged
[close #528] add workflows to check staleness and PR title#529zz-jason merged 4 commits intotikv:masterfrom
zz-jason merged 4 commits intotikv:masterfrom
Conversation
Signed-off-by: Jian Zhang <zjsariel@gmail.com>
Signed-off-by: Jian Zhang <zjsariel@gmail.com>
andylokandy
reviewed
Feb 18, 2022
| days-before-stale: 30 | ||
| stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove the status/stale label or comment or this will be closed in 5 days.' | ||
| stale-issue-label: 'status/stale' | ||
| days-before-issue-close: -1 |
Member
Author
There was a problem hiding this comment.
currently we don't need to close stale issues since almost all these issues need to be solved.
zz-jason
commented
Feb 18, 2022
| days-before-stale: 30 | ||
| stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove the status/stale label or comment or this will be closed in 5 days.' | ||
| stale-issue-label: 'status/stale' | ||
| days-before-issue-close: -1 |
Member
Author
There was a problem hiding this comment.
currently we don't need to close stale issues since almost all these issues need to be solved.
.github/workflows/stale-checker.yml
Outdated
| - uses: actions/stale@v4 | ||
| with: | ||
| days-before-stale: 30 | ||
| stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove the status/stale label or comment or this will be closed in 5 days.' |
Member
Author
There was a problem hiding this comment.
Suggested change
| stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove the status/stale label or comment or this will be closed in 5 days.' | |
| stale-issue-message: 'This issue is stale because it has been open 30 days with no activity.' |
Signed-off-by: Jian Zhang <zjsariel@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #529 +/- ##
============================================
+ Coverage 30.88% 30.94% +0.06%
- Complexity 1270 1274 +4
============================================
Files 278 278
Lines 17343 17343
Branches 1975 1975
============================================
+ Hits 5356 5367 +11
+ Misses 11393 11381 -12
- Partials 594 595 +1
Continue to review full report at Codecov.
|
andylokandy
approved these changes
Feb 21, 2022
ti-srebot
approved these changes
Feb 21, 2022
Contributor
|
/merge |
Collaborator
|
/run-all-tests |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What problem does this PR solve?
Issue Number: [close #528]
Problem Description: as the issue said:
What is changed and how it works?
add github actions
Code changes
Check List for Tests
This PR has been tested by the at least one of the following methods:
Side effects
Related changes